home *** CD-ROM | disk | FTP | other *** search
/ Kentucky Virtual Art Museum / Kentucky Virtual Art Museum.iso / site / museums / zoomify / long.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(press).as next >
Text File  |  2005-02-28  |  138b  |  6 lines

  1. on(press){
  2.    this._parent.sliderPressed();
  3.    this.startDrag();
  4.    this.intervalID = setInterval(this._parent,"sliderDragged",1);
  5. }
  6.